Following tutorial show how to create Spring Boot Project using IntelliJ IDEA Integrated Development Environment (IDE).
Depending on the edition of IntelliJ IDEA, Spring Boot Project can be created in two ways
● Using IntelliJ Community Edition (use https://start.spring.io Web Application to create & download project)
● Using IntelliJ Ultimate Edition (IntelliJ uses https://start.spring.io Web Application in the background)
In both cases we end up with the same Spring Boot Project.
Create Spring Boot Project